home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / WindowMaker / src / config.h.in < prev    next >
Encoding:
Text File  |  2000-04-02  |  5.0 KB  |  200 lines

  1. /* src/config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if using alloca.c.  */
  4. #undef C_ALLOCA
  5.  
  6. /* Define to empty if the keyword does not work.  */
  7. #undef const
  8.  
  9. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  10.    This function is required for alloca.c support on those systems.  */
  11. #undef CRAY_STACKSEG_END
  12.  
  13. /* Define if you have alloca, as a function or macro.  */
  14. #undef HAVE_ALLOCA
  15.  
  16. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  17. #undef HAVE_ALLOCA_H
  18.  
  19. /* Define if you don't have vprintf but do have _doprnt.  */
  20. #undef HAVE_DOPRNT
  21.  
  22. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  23. #undef HAVE_SYS_WAIT_H
  24.  
  25. /* Define if you have the vprintf function.  */
  26. #undef HAVE_VPRINTF
  27.  
  28. /* Define if you need to in order for stat and other things to work.  */
  29. #undef _POSIX_SOURCE
  30.  
  31. /* Define as the return type of signal handlers (int or void).  */
  32. #undef RETSIGTYPE
  33.  
  34. /* If using the C implementation of alloca, define if you know the
  35.    direction of stack growth for your system; otherwise it will be
  36.    automatically deduced at run-time.
  37.  STACK_DIRECTION > 0 => grows toward higher addresses
  38.  STACK_DIRECTION < 0 => grows toward lower addresses
  39.  STACK_DIRECTION = 0 => direction of growth unknown
  40.  */
  41. #undef STACK_DIRECTION
  42.  
  43. /* Define if `sys_siglist' is declared by <signal.h>.  */
  44. #undef SYS_SIGLIST_DECLARED
  45.  
  46. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  47. #undef TIME_WITH_SYS_TIME
  48.  
  49. /* Define if the X Window System is missing or not being used.  */
  50. #undef X_DISPLAY_MISSING
  51.  
  52. /* define to the path to cpp */
  53. #undef CPP_PATH
  54.  
  55. /* define if you want GNOME stuff support */
  56. #undef GNOME_STUFF
  57.  
  58. /* define if you want KDE hint support */
  59. #undef KWM_HINTS
  60.  
  61. /* define if you want OPEN LOOK(tm) hint support */
  62. #undef OLWM_HINTS
  63.  
  64. /* define if XPM libraries are available
  65.  * set by configure */
  66. #undef USE_XPM
  67.  
  68. /* define if PNG libraries are available
  69.  * set by configure */
  70. #undef USE_PNG
  71.  
  72. /* define if JPEG libraries are available
  73.  * set by configure */
  74. #undef USE_JPEG
  75.  
  76. /* define if GIF libraries are available
  77.  * set by configure */
  78. #undef USE_GIF
  79.  
  80. /* define if TIFF libraries are available
  81.  * set by configure */
  82. #undef USE_TIFF
  83.  
  84. /* define if X's shared memory extension is available
  85.  * set by configure */
  86. #undef XSHM
  87.  
  88. /* define an extra path for pixmaps
  89.  * set by configure */
  90. #undef PIXMAPDIR
  91.  
  92. /*
  93.  * define REDUCE_APPICONS if you want apps with the same WM_INSTANCE &&
  94.  * WM_CLASS to share an appicon
  95.  */
  96. #undef REDUCE_APPICONS
  97.  
  98. /* Internationalization (I18N) support 
  99.  * set by configure */
  100. #undef I18N
  101.  
  102. /* define if you want sound support */
  103. #undef WMSOUND
  104.  
  105. /* define if you want the 'lite' version */
  106. #undef LITE
  107.  
  108. /* define if you want support for shaped windows
  109.  * set by configure */
  110. #undef SHAPE
  111.  
  112. /* define if you want support for the XINERAMA extension
  113.  * set by configure */
  114. #undef XINERAMA
  115.  
  116. /* define if you want support for X window's X_LOCALE
  117.  * set by configure */
  118. #undef X_LOCALE
  119.  
  120. /* the place where shared data is stored
  121.  * defined by configure */
  122. #undef PKGDATADIR
  123.  
  124. /* the place where the configuration is stored
  125.  * defined by configure */
  126. #undef SYSCONFDIR
  127.  
  128. /* whether XKB language MODELOCK should be enabled */
  129. #undef XKB_MODELOCK
  130.  
  131. /* define if you want user defined menus for applications */
  132. #undef USER_MENU
  133.  
  134. /* define if you have then inet_aton function */
  135. #undef HAVE_INET_ATON
  136.  
  137. /* define if your X server has XInternAtoms() */
  138. #undef HAVE_XINTERNATOMS
  139.  
  140. /* define if processor is x86 */
  141. #undef ASM_X86
  142.  
  143. /* define if processor is x86 with MMX(tm) support */
  144. #undef ASM_X86_MMX
  145.  
  146. /* Define if you have the atexit function.  */
  147. #undef HAVE_ATEXIT
  148.  
  149. /* Define if you have the gethostname function.  */
  150. #undef HAVE_GETHOSTNAME
  151.  
  152. /* Define if you have the poll function.  */
  153. #undef HAVE_POLL
  154.  
  155. /* Define if you have the select function.  */
  156. #undef HAVE_SELECT
  157.  
  158. /* Define if you have the setpgid function.  */
  159. #undef HAVE_SETPGID
  160.  
  161. /* Define if you have the strerror function.  */
  162. #undef HAVE_STRERROR
  163.  
  164. /* Define if you have the strncasecmp function.  */
  165. #undef HAVE_STRNCASECMP
  166.  
  167. /* Define if you have the <dlfcn.h> header file.  */
  168. #undef HAVE_DLFCN_H
  169.  
  170. /* Define if you have the <fcntl.h> header file.  */
  171. #undef HAVE_FCNTL_H
  172.  
  173. /* Define if you have the <libintl.h> header file.  */
  174. #undef HAVE_LIBINTL_H
  175.  
  176. /* Define if you have the <limits.h> header file.  */
  177. #undef HAVE_LIMITS_H
  178.  
  179. /* Define if you have the <poll.h> header file.  */
  180. #undef HAVE_POLL_H
  181.  
  182. /* Define if you have the <sys/ioctl.h> header file.  */
  183. #undef HAVE_SYS_IOCTL_H
  184.  
  185. /* Define if you have the <sys/select.h> header file.  */
  186. #undef HAVE_SYS_SELECT_H
  187.  
  188. /* Define if you have the <sys/time.h> header file.  */
  189. #undef HAVE_SYS_TIME_H
  190.  
  191. /* Define if you have the <sys/types.h> header file.  */
  192. #undef HAVE_SYS_TYPES_H
  193.  
  194. /* Name of package */
  195. #undef PACKAGE
  196.  
  197. /* Version number of package */
  198. #undef VERSION
  199.  
  200.